projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e723fd6
)
ComboBox: Fix the whitespace fix
author
Daniel Boles
<dboles@src.gnome.org>
Thu, 1 Dec 2016 12:58:29 +0000
(12:58 +0000)
committer
Daniel Boles
<dboles@src.gnome.org>
Thu, 1 Dec 2016 12:59:46 +0000
(12:59 +0000)
gtk/gtkcombobox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.c
b/gtk/gtkcombobox.c
index 3dff9f810f3d410d835bd1058b09a426f54d7d1c..fdf975afacf6f54a04df85fbf2a6973e85ce1bb1 100644
(file)
--- a/
gtk/gtkcombobox.c
+++ b/
gtk/gtkcombobox.c
@@
-3420,8
+3420,8
@@
gtk_combo_box_format_entry_text (GtkComboBox *combo_box,
gtk_tree_model_get_iter_from_string (model, &iter, path);
gtk_tree_model_get (model, &iter,
- priv->text_column, &text,
- -1);
+
priv->text_column, &text,
+
-1);
}
return text;